func internal/runtime/maps.newGroups

3 uses

	internal/runtime/maps (current package)
		group.go#L307: func newGroups(typ *abi.SwissMapType, length uint64) groupsReference {
		map.go#L591: 	grp := newGroups(typ, 1)
		table.go#L104: 	t.groups = newGroups(typ, groupCount)